home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
-
- SRCDIR=`dirname $0`
-
- if [ $SRCDIR = "." ]
- then
- SRCDIR=`pwd`
- fi
-
- echo "\nInfoSearch\n\
- ==========\n\
- InfoSearch requires that a configuration file be modified in order\n\
- to work properly with the content found on this CD-ROM. InfoSearch\n\
- can only be used if the host machine accessing the content on this\n\
- CD-ROM is running IRIX 6.5 or later. If your host machine meets\n\
- this requirement, follow these steps:\n\n\
- 1. Edit the file: /usr/lib/infosearch/C/infosrch.cfg\n\n\
- 2. Locate the line (approximately line #217) that looks like this:\n\n\
- \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"/\">\n\n\
- and change it to look like this:\n\n\
- \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"$SRCDIR\">\n\n\
- 3. Perform this step only if the host machine is running IRIX 6.5.17\n\
- or later. Locate the line (approximately line #230) that looks\n\
- like this:\n\n\
- \tBK_LIBPTH=/usr/share/Insight/library\n\n\
- and change it to look like this:\n\n\
- \tBK_LIBPTH=$SRCDIR/usr/share/Insight/library\n\n\
- 4. Save the file.\n\n\
- 5. InfoSearch should now be able to find and use the content found\n\
- on this CD-ROM.\n\n\
- 6. Revert back to previous version of this file, or back out the changes\n\
- (ie. remove \"$SRCDIR\"), if this CD-ROM is not being used.\n\n\
- Refer to the infosearch release notes for further information.\n" | more
-
- exit
-